Q3Mesh_NextContourEdge
You can use theQ3Mesh_NextContourEdge
function to get the next edge of a mesh contour, in a counterclockwise order.
TQ3MeshEdge Q3Mesh_NextContourEdge (TQ3MeshIterator *iterator);
iterator
- A pointer to a mesh iterator structure.
DESCRIPTION
TheQ3Mesh_NextContourEdge
function returns, as its function result, the next edge counterclockwise in the iteration specified by theiterator
parameter, which must have been filled in by a previous call toQ3Mesh_FirstContourEdge
orQ3Mesh_NextContourEdge
. If there are no more edges, this function returnsNULL
.